home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / plugin.jar / sun / plugin / ClassLoaderInfo$LoaderReference.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  779 b   |  22 lines

  1. package sun.plugin;
  2.  
  3. import java.lang.ref.SoftReference;
  4.  
  5. class ClassLoaderInfo$LoaderReference extends SoftReference {
  6.    // $FF: synthetic field
  7.    final ClassLoaderInfo this$0;
  8.  
  9.    public ClassLoaderInfo$LoaderReference(ClassLoaderInfo var1, ClassLoader var2) {
  10.       super(var2, ClassLoaderInfo.access$100());
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public String getCodebase() {
  15.       return ClassLoaderInfo.access$000(this.this$0).toString();
  16.    }
  17.  
  18.    public String getKey() {
  19.       return ClassLoaderInfo.access$200(this.this$0);
  20.    }
  21. }
  22.